SkipWaitingRequest

data class SkipWaitingRequest(scopeURL: String)

Represents request frame that can be used with ServiceWorker#skipWaiting operation call.

See also

Constructors

SkipWaitingRequest
Link copied to clipboard
fun SkipWaitingRequest(scopeURL: String)

Properties

scopeURL
Link copied to clipboard
val scopeURL: String

Sources

jvm source
Link copied to clipboard